Skip to content

Conversation

@marekplochow
Copy link

No description provided.

@llaniewski
Copy link
Member

  1. Prosze umieścić plik solution.py i test.py w głównym katalogu, a nie w podkatalogu solution.
  2. Prosze pamiętać, że program musi działać dla dużych liczb!

solution.py Outdated
elif p==r1+r2 or p==fabs(r1-r2): #okregi styczne
x = x1 + e*k / p + (f / p)*sqrt(r1 ** 2 - k ** 2)
y = y1 + f*k / p - (e / p)*sqrt(r1 ** 2 - k ** 2)
w = [x,y]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zwracana powinna zostac zawsze lista punktow. jeśli jest jeden, powinno byc [(x,y)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants